furny.swing.admin.statistics.chart
Class MeanFitnessGenerationChart

java.lang.Object
  extended by furny.swing.admin.statistics.chart.MeanFitnessGenerationChart
All Implemented Interfaces:
IChartSettings

public class MeanFitnessGenerationChart
extends java.lang.Object
implements IChartSettings

The Class MeanFitnessGenerationChart. The charts are just experimental and not documented yet.

Since:
12.08.2012
Author:
Stephan Dreyer

Constructor Summary
MeanFitnessGenerationChart()
           
 
Method Summary
 org.jfree.chart.JFreeChart createChart(long runId)
          Creates a chart for the given run id.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MeanFitnessGenerationChart

public MeanFitnessGenerationChart()
Method Detail

createChart

public org.jfree.chart.JFreeChart createChart(long runId)
Description copied from interface: IChartSettings
Creates a chart for the given run id.

Specified by:
createChart in interface IChartSettings
Parameters:
runId - the run id
Returns:
the new chart

toString

public java.lang.String toString()
Specified by:
toString in interface IChartSettings
Overrides:
toString in class java.lang.Object